home *** CD-ROM | disk | FTP | other *** search
- // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
- // see COPYRIGHT for reuse legalities
- //
-
-
- #import <appkit/appkit.h>
-
- #import "RIBCommand.h"
-
- @interface RIBScale:RIBCommand
- {
- RtFloat sx, sy, sz;
- RtMatrix myMatrix;
- }
-
- - setSX:(RtFloat)newSX sy:(RtFloat)newSY sz:(RtFloat)newSZ;
- - getSX:(RtFloat *)sxPtr sy:(RtFloat *)syPtr sz:(RtFloat *)szPtr;
-
- @end
-